From: Stephen Rothwell Date: Wed, 22 Oct 2008 02:39:55 +0000 (+1100) Subject: PCI: don't export linux/io.h from pci.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~25526^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=1388cc964e680c1086ca0edae35be094cb29d51e;p=linux-4.9.git PCI: don't export linux/io.h from pci.h Move the include of io.h down into the #ifdef __KERNEL__ protected region. Signed-off-by: Stephen Rothwell Signed-off-by: Jesse Barnes --- diff --git a/include/linux/pci.h b/include/linux/pci.h index 955ab705c05e..752def8a2ef4 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -18,7 +18,6 @@ #define LINUX_PCI_H #include /* The pci register defines */ -#include /* * The PCI interface treats multi-function devices as independent @@ -52,6 +51,7 @@ #include #include #include +#include /* Include the ID list */ #include